Remove statement with no effect
authorJavier Jardón <jjardon@gnome.org>
Thu, 29 Oct 2009 03:25:07 +0000 (04:25 +0100)
committerJavier Jardón <jjardon@gnome.org>
Fri, 30 Oct 2009 03:19:10 +0000 (04:19 +0100)
gtk/gtkmain.c

index bfee6da93b31b179209c00c1f5ec8aea310de0a7..5a8a0ef1fc72819b2c743c0e27c667322744261d 100644 (file)
@@ -717,7 +717,6 @@ do_post_parse_initialization (int    *argc,
 
   /* do what the call to gtk_type_init() used to do */
   g_type_init ();
-  gtk_object_get_type ();
 
   _gtk_accel_map_init ();
   _gtk_rc_init ();